home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CDICTION
/
CSMARTDE.H
< prev
next >
Wrap
Text File
|
1989-09-15
|
574b
|
21 lines
/*
CSmartDesktop: subclass of CDesktop that provides some additional
features. These are:
Ñ Support for modal windows. CSmartWindow also required.
Ñ Support for non-windows. These window _must_ have
a NIL refcon or the program will crash. This works
fine for the Inside Out debugger.
*/
#define _H_CSmartDesktop
#include "CDesktop.h"
#include "defs.h"
struct CSmartDesktop : CDesktop
{
virtual void ISmartDesktop(CBureaucrat *aSupervisor);
virtual void DispatchClick(EventRecord *macEvent);
virtual void DispatchCursor(Point where, RgnHandle mouseRgn);
};